Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.annot.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.annot.properties inside nuxeo-annot-gwt-9.10.jar /OSGI-INF/annot-properties.xml

Documentation

Property that enables the annotations also on text files (when true), otherwise annotations are only available on images.

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.text.annotations">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that enables the annotations also on text files
      (when true), otherwise annotations are only available on images.
    </documentation>
    <property name="nuxeo.text.annotations">false</property>
  </extension>